Bus Stop Data Notes
1. Ignore the first 313 lines.  This is the SQL code used to pull the data.
2. The field descriptions are :
KEEP			Ignore this field. It is used identify the header record when the files are concatenated.
,MONTH			Year and Month of the Month.
,DAY_TYPE		Day yype of the service (DX=Weekday, SA= Saturday, SU=Sunday)
,BOOK_ID		The number of the schedule version. Schedules change generally in December and June.
,STOP_ID		Unique indentifier of the stop.
,LINE			Bus line number. 
,DIRECTION		Direction of bus travel on the line. 
,STOP_ID_DESC	Name of the bus stop, usually the street and cross street.
,ORDER_NUM		Order of the stop in sequence.
,STOP_LAT		Latitude of the stop.
,STOP_LONG		Logitude of the stop.


,ONS_00			Number of boardings at the stop for the hour (midnight hour).
,OFFS_00		Number of alightings at the stop for the hour (midnight hour).
''
''
''
,ONS_23			Number of boardings at the stop for the hour (11pm hour).
,OFFS_23		Number of alightings at the stop for the hour (11pm hour).
''
''
''
,ONS_25			Number of boardings at the stop for the hour (1am hour, owl and beyond).
,OFFS_25		Number of alightings at the stop for the hour (1am hour, owl and beyond).
''
''
''
,ONS_30			Number of boardings at the stop for the hour (6am hour, owl and beyond).
,OFFS_30		Number of alightings at the stop for the hour (6am hour, owl and beyond).